home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / game / blob.zip / BLOB.TXT < prev   
Text File  |  1991-12-08  |  3KB  |  50 lines

  1.      BLOB.C
  2.         A strategy game by Kevin S. Murray.  Human vs Human or play against
  3.      the computer.  Computer movement logic developed by Kevin S. Murray.
  4.  
  5.         The object of the game is to secure more squares with your color
  6.      than your opponent.  You may move from any of your occupied squares to
  7.      an empty square.  The empty square must be within two squares from the
  8.      originating square.  If you move one square, you retain possesion of
  9.      the original square.  If you move two squares, you lose possesion of
  10.      the original square (it becomes empty, it is not automatically taken
  11.      by your opponent).  The game ends when all squares on the board are
  12.      filled.  If you can not move, your opponent may continue to move into
  13.      all the empty squares until the board is full, or a square is vacated
  14.      that you can move in to (fat chance!).
  15.  
  16.      By default, the blue player is controlled by the computer.  You may
  17.      play against another person by deselecting the Blue Player option
  18.      under the skill menu.
  19.  
  20.      This release does not support the HINT or LEVEL options under the
  21.      Skill menu.  The HINT will obviously offer a hint for the best place
  22.      to move (based on the computer's logic).  The LEVEL will allow you
  23.      to increase the intelligence of the computer's play in case it is
  24.      too easy for you to beat.  The registered version of this game
  25.      includes these two options.  (I had to hold something back to intice
  26.      you to register)
  27.  
  28.      I know, you probably don't register a lot of your software.  You may
  29.      figure that you don't have to because nobody will ever know.  Maybe
  30.      you think the authors ask for too much money.  I am only asking for
  31.      $3.00 for my time to create this program.  In case you aren't aware,
  32.      developing WINDOWS programs is expensive.  The Software Development
  33.      Kit is over $300.00 and the C Compiler is over $300.00 as well.
  34.  
  35.      I always look for WINDOWS programs on the BBS's I frequent, and I
  36.      look for the games, too.  Usually, I am disappointed in the quality
  37.      of the WINDOWS games.  Hopefully, this game will grab your fancy and
  38.      you will enjoy it as much as I have.  In case you're wondering...
  39.      it can beat me about two out of seven times.
  40.  
  41.      You can send your registration to Kevin Murray, PO Box 41751,
  42.      Fayetteville, NC  28309.  I will acknowledge all registered users.
  43.      Enjoy the program, and pass it on to a friend.  Thank You!
  44.  
  45.                                                     Kevin S. Murray
  46.                                                     Creative Software Design
  47.                                                     Software "Of The Future"
  48.  
  49.  
  50.